home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbpdem / read.me < prev   
Text File  |  1991-07-05  |  2KB  |  24 lines

  1. This is a DEMO routine with source code that will calculate the default printer's lines per page under the declared FONTNAME and FONTSIZE.  It will also a allow the user to ABORT the print job, thereby flushing the printer buffer. 
  2.  
  3. I created this routine as part of a larger project where I have pages of information to print , and found that the PRINT routines currently within VBASIC were very limited.  I offer no warranties either actual or implied,  release this routine freely into the PUBLIC DOMAIN.
  4.  
  5. Please use it and have fun.  Microsoft should use a routine like this to print the SOURCE code. Does any one know how to read the *.FRM and *.BAS files so that I can have nice formatted output of my program files ???
  6.  
  7.  
  8. USAGE:  Copy the following files in the VBASIC sub-directory and run either the EXE file or call up VBASIC and select the DEMO.Mak file, and run it from within VBASIC
  9.  
  10.         CancPRT.bas    -  Global declarations file
  11.         CancPRT.frm     -  Form displayed during printing
  12.         Demo.frm         -  very simple front-end to the routine
  13.         Delay.bas     -  sub-routine file containing the DELAY code - allows the ABORT 
  14.                    message to be read before returning
  15.         DEMO.exe    - executable version of the routine
  16.         Demo.mak        - VBASIC make file 
  17.         PP.txt              - data file to print  - REQUIRED to be in the VBASIC 
  18.                    sub-directory if running from within VBASIC or if running the
  19.                    executable then it has to be in the same directory as the 
  20.                    executable
  21.  
  22.  
  23. Send any feedback via CompuServe my ID is 72537,163 - Ed Obeda
  24.